func github.com/vmihailenco/msgpack/v5.encodeIntValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L210: func encodeIntValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L15: 		reflect.Int:           encodeIntValue,